Html Css Color HEX #CA3629 Persian Red

📋 copy color: '#CA3629'

red 202 ◦ green 54 ◦ blue 41

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

Shades of Persian Red #CA3629

Tints of Persian Red #CA3629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 68.01%
G = 18.18%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA3629 (or 0xCA3629) is known color: Persian Red. HEX triplet: CA, 36 and 29. RGB value is (202,54,41). Sum of RGB (Red+Green+Blue) = 202+54+41=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3629 is #35C9D6. Grayscale: #606060. Windows color (decimal): -3525079 or 2701002. OLE color: 2701002.

HSL color Cylindrical-coordinate representation of color #CA3629: hue angle of 4.84º 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 #CA3629 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 54 41 -
CMYK 0 0.73 0.80 0.21
HSL 4.84º 0.66% 0.48% -
HSV(B) 4.84º 0.8% 0.79% -
XYZ 26.08 15.35 3.69 -
YUV 96.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 202 54 41 0 0.73 0.80 0.21 4.84 0.66 0.48
Hex CA 36 29 0 49 50 15 5 42 30
Octal 312 66 51 0 111 120 25 5 102 60
Binary 11001010 110110 101001 0 1001001 1010000 10101 101 1000010 110000

Color Harmonies of #CA3629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3629

Black with #CA3629

Text Example


Text Example

White with #CA3629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3629; }

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

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

background-color css

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

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

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

border-color css

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

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

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