Html Css Color HEX #CA3C35 Persian Red

📋 copy color: '#CA3C35'

red 202 ◦ green 60 ◦ blue 53

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

Shades of Persian Red #CA3C35

Tints of Persian Red #CA3C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 64.13%
G = 19.05%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA3C35 (or 0xCA3C35) is known color: Persian Red. HEX triplet: CA, 3C and 35. RGB value is (202,60,53). Sum of RGB (Red+Green+Blue) = 202+60+53=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C35 is #35C3CA. Grayscale: #656565. Windows color (decimal): -3523531 or 3488970. OLE color: 3488970.

HSL color Cylindrical-coordinate representation of color #CA3C35: hue angle of 2.82º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3C35 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 60 53 -
CMYK 0 0.70 0.74 0.21
HSL 2.82º 0.58% 0.5% -
HSV(B) 2.82º 0.74% 0.79% -
XYZ 26.62 16.05 5.06 -
YUV 101.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 202 60 53 0 0.70 0.74 0.21 2.82 0.58 0.5
Hex CA 3C 35 0 46 4A 15 3 3A 32
Octal 312 74 65 0 106 112 25 3 72 62
Binary 11001010 111100 110101 0 1000110 1001010 10101 11 111010 110010

Color Harmonies of #CA3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C35

Black with #CA3C35

Text Example


Text Example

White with #CA3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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