Html Css Color HEX #CA3429 Persian Red

📋 copy color: '#CA3429'

red 202 ◦ green 52 ◦ blue 41

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

Shades of Persian Red #CA3429

Tints of Persian Red #CA3429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.63%

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

R = 68.47%
G = 17.63%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA3429 (or 0xCA3429) is known color: Persian Red. HEX triplet: CA, 34 and 29. RGB value is (202,52,41). Sum of RGB (Red+Green+Blue) = 202+52+41=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3429 is #35CBD6. Grayscale: #5F5F5F. Windows color (decimal): -3525591 or 2700490. OLE color: 2700490.

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

Color convert

RGB 202 52 41 -
CMYK 0 0.74 0.80 0.21
HSL 4.1º 0.66% 0.48% -
HSV(B) 4.1º 0.8% 0.79% -
XYZ 25.99 15.17 3.66 -
YUV 95.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 202 52 41 0 0.74 0.80 0.21 4.1 0.66 0.48
Hex CA 34 29 0 4A 50 15 4 42 30
Octal 312 64 51 0 112 120 25 4 102 60
Binary 11001010 110100 101001 0 1001010 1010000 10101 100 1000010 110000

Color Harmonies of #CA3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3429

Black with #CA3429

Text Example


Text Example

White with #CA3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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