Html Css Color HEX #CA3530 Persian Red

📋 copy color: '#CA3530'

red 202 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #CA3530

Tints of Persian Red #CA3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

 BLUE value IS 48 (19.14% from 255) = 15.84%

R = 66.67%
G = 17.49%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA3530 (or 0xCA3530) is known color: Persian Red. HEX triplet: CA, 35 and 30. RGB value is (202,53,48). Sum of RGB (Red+Green+Blue) = 202+53+48=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3530 is #35CACF. Grayscale: #616161. Windows color (decimal): -3525328 or 3159498. OLE color: 3159498.

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

Color convert

RGB 202 53 48 -
CMYK 0 0.74 0.76 0.21
HSL 1.95º 0.62% 0.49% -
HSV(B) 1.95º 0.76% 0.79% -
XYZ 26.16 15.32 4.37 -
YUV 96.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 202 53 48 0 0.74 0.76 0.21 1.95 0.62 0.49
Hex CA 35 30 0 4A 4C 15 2 3E 31
Octal 312 65 60 0 112 114 25 2 76 61
Binary 11001010 110101 110000 0 1001010 1001100 10101 10 111110 110001

Color Harmonies of #CA3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3530

Black with #CA3530

Text Example


Text Example

White with #CA3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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