Html Css Color HEX #CA3528 Persian Red

📋 copy color: '#CA3528'

red 202 ◦ green 53 ◦ blue 40

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

Shades of Persian Red #CA3528

Tints of Persian Red #CA3528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 68.47%
G = 17.97%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA3528 (or 0xCA3528) is known color: Persian Red. HEX triplet: CA, 35 and 28. RGB value is (202,53,40). Sum of RGB (Red+Green+Blue) = 202+53+40=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3528 is #35CAD7. Grayscale: #606060. Windows color (decimal): -3525336 or 2635210. OLE color: 2635210.

HSL color Cylindrical-coordinate representation of color #CA3528: hue angle of 4.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA3528 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 53 40 -
CMYK 0 0.74 0.80 0.21
HSL 4.81º 0.67% 0.47% -
HSV(B) 4.81º 0.8% 0.79% -
XYZ 26.01 15.26 3.58 -
YUV 96.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 202 53 40 0 0.74 0.80 0.21 4.81 0.67 0.47
Hex CA 35 28 0 4A 50 15 5 43 2F
Octal 312 65 50 0 112 120 25 5 103 57
Binary 11001010 110101 101000 0 1001010 1010000 10101 101 1000011 101111

Color Harmonies of #CA3528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3528

Black with #CA3528

Text Example


Text Example

White with #CA3528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3528; }

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

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

background-color css

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

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

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

border-color css

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

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

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