Html Css Color HEX #CA3635 Persian Red

📋 copy color: '#CA3635'

red 202 ◦ green 54 ◦ blue 53

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

Shades of Persian Red #CA3635

Tints of Persian Red #CA3635

RGB

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

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

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

R = 65.37%
G = 17.48%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA3635 (or 0xCA3635) is known color: Persian Red. HEX triplet: CA, 36 and 35. RGB value is (202,54,53). Sum of RGB (Red+Green+Blue) = 202+54+53=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3635 is #35C9CA. Grayscale: #626262. Windows color (decimal): -3525067 or 3487434. OLE color: 3487434.

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

Color convert

RGB 202 54 53 -
CMYK 0 0.73 0.74 0.21
HSL 0.4º 0.58% 0.5% -
HSV(B) 0.4º 0.74% 0.79% -
XYZ 26.32 15.45 4.96 -
YUV 98.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 202 54 53 0 0.73 0.74 0.21 0.4 0.58 0.5
Hex CA 36 35 0 49 4A 15 0 3A 32
Octal 312 66 65 0 111 112 25 0 72 62
Binary 11001010 110110 110101 0 1001001 1001010 10101 0 111010 110010

Color Harmonies of #CA3635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3635

Black with #CA3635

Text Example


Text Example

White with #CA3635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3635; }

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

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

background-color css

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

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

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

border-color css

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

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

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