Html Css Color HEX #CA3729 Persian Red

📋 copy color: '#CA3729'

red 202 ◦ green 55 ◦ blue 41

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

Shades of Persian Red #CA3729

Tints of Persian Red #CA3729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 67.79%
G = 18.46%
B = 13.76%

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

#CA3729 (or 0xCA3729) is known color: Persian Red. HEX triplet: CA, 37 and 29. RGB value is (202,55,41). Sum of RGB (Red+Green+Blue) = 202+55+41=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3729 is #35C8D6. Grayscale: #616161. Windows color (decimal): -3524823 or 2701258. OLE color: 2701258.

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

Color convert

RGB 202 55 41 -
CMYK 0 0.73 0.80 0.21
HSL 5.22º 0.66% 0.48% -
HSV(B) 5.22º 0.8% 0.79% -
XYZ 26.12 15.45 3.7 -
YUV 97.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 202 55 41 0 0.73 0.80 0.21 5.22 0.66 0.48
Hex CA 37 29 0 49 50 15 5 42 30
Octal 312 67 51 0 111 120 25 5 102 60
Binary 11001010 110111 101001 0 1001001 1010000 10101 101 1000010 110000

Color Harmonies of #CA3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3729

Black with #CA3729

Text Example


Text Example

White with #CA3729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3729; }

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

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

background-color css

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

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

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

border-color css

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

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

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