Html Css Color HEX #CA302A Persian Red

📋 copy color: '#CA302A'

red 202 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #CA302A

Tints of Persian Red #CA302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.44%

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 69.18%
G = 16.44%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA302A (or 0xCA302A) is known color: Persian Red. HEX triplet: CA, 30 and 2A. RGB value is (202,48,42). Sum of RGB (Red+Green+Blue) = 202+48+42=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA302A is #35CFD5. Grayscale: #5D5D5D. Windows color (decimal): -3526614 or 2765002. OLE color: 2765002.

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

Color convert

RGB 202 48 42 -
CMYK 0 0.76 0.79 0.21
HSL 2.25º 0.66% 0.48% -
HSV(B) 2.25º 0.79% 0.79% -
XYZ 25.83 14.84 3.69 -
YUV 93.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 202 48 42 0 0.76 0.79 0.21 2.25 0.66 0.48
Hex CA 30 2A 0 4C 4F 15 2 42 30
Octal 312 60 52 0 114 117 25 2 102 60
Binary 11001010 110000 101010 0 1001100 1001111 10101 10 1000010 110000

Color Harmonies of #CA302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA302A

Black with #CA302A

Text Example


Text Example

White with #CA302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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