Html Css Color HEX #CA3F29 Persian Red

📋 copy color: '#CA3F29'

red 202 ◦ green 63 ◦ blue 41

#CA3F29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CA3F29

Tints of Persian Red #CA3F29

RGB

 RED value IS 202 (79.3% from 255) = 66.01%

 GREEN value IS 63 (25% from 255) = 20.59%

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 66.01%
G = 20.59%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA3F29 (or 0xCA3F29) is known color: Persian Red. HEX triplet: CA, 3F and 29. RGB value is (202,63,41). Sum of RGB (Red+Green+Blue) = 202+63+41=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F29 is #35C0D6. Grayscale: #666666. Windows color (decimal): -3522775 or 2703306. OLE color: 2703306.

HSL color Cylindrical-coordinate representation of color #CA3F29: hue angle of 8.2º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA3F29 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 63 41 -
CMYK 0 0.69 0.80 0.21
HSL 8.2º 0.66% 0.48% -
HSV(B) 8.2º 0.8% 0.79% -
XYZ 26.53 16.27 3.84 -
YUV 102.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 202 63 41 0 0.69 0.80 0.21 8.2 0.66 0.48
Hex CA 3F 29 0 45 50 15 8 42 30
Octal 312 77 51 0 105 120 25 10 102 60
Binary 11001010 111111 101001 0 1000101 1010000 10101 1000 1000010 110000

Color Harmonies of #CA3F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3F29

Black with #CA3F29

Text Example


Text Example

White with #CA3F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3F29; }

 p { color: rgb(202,63,41); }

 H1.HeaderClassName
 {
   color: #CA3F29;
 }
 .AnyTagClassName
 {
   color: #CA3F29;
 }
</style>

background-color css

<style>
 a { background-color: #CA3F29; }

 a { background-color: rgb(202,63,41); }

 div.DivClassName
 {
   background-color: #CA3F29;
 }
 .BgClassName
 {
   background-color: #CA3F29;
 }
</style>

border-color css

<style>
 span { border-color: #CA3F29; }

 span { border-color: rgb(202,63,41); }

 td.TdClassName
 {
   border-color: #CA3F29;
 }
 .TagClassName
 {
   border-color: #CA3F29;
 }
</style>