Html Css Color HEX #CA3F3C Persian Red

📋 copy color: '#CA3F3C'

red 202 ◦ green 63 ◦ blue 60

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

Shades of Persian Red #CA3F3C

Tints of Persian Red #CA3F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 62.15%
G = 19.38%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA3F3C (or 0xCA3F3C) is known color: Persian Red. HEX triplet: CA, 3F and 3C. RGB value is (202,63,60). Sum of RGB (Red+Green+Blue) = 202+63+60=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F3C is #35C0C3. Grayscale: #686868. Windows color (decimal): -3522756 or 3948490. OLE color: 3948490.

HSL color Cylindrical-coordinate representation of color #CA3F3C: hue angle of 1.27º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3F3C is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 63 60 -
CMYK 0 0.69 0.70 0.21
HSL 1.27º 0.57% 0.51% -
HSV(B) 1.27º 0.7% 0.79% -
XYZ 26.95 16.44 6.03 -
YUV 104.22 103.05 197.74 -
System Red Green Blue C M Y K H S L
Decimal 202 63 60 0 0.69 0.70 0.21 1.27 0.57 0.51
Hex CA 3F 3C 0 45 46 15 1 39 33
Octal 312 77 74 0 105 106 25 1 71 63
Binary 11001010 111111 111100 0 1000101 1000110 10101 1 111001 110011

Color Harmonies of #CA3F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3F3C

Black with #CA3F3C

Text Example


Text Example

White with #CA3F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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