Html Css Color HEX #CA2826 Persian Red

📋 copy color: '#CA2826'

red 202 ◦ green 40 ◦ blue 38

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

Shades of Persian Red #CA2826

Tints of Persian Red #CA2826

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 72.14%
G = 14.29%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CA2826 (or 0xCA2826) is known color: Persian Red. HEX triplet: CA, 28 and 26. RGB value is (202,40,38). Sum of RGB (Red+Green+Blue) = 202+40+38=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2826 is #35D7D9. Grayscale: #585858. Windows color (decimal): -3528666 or 2500810. OLE color: 2500810.

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

Color convert

RGB 202 40 38 -
CMYK 0 0.80 0.81 0.21
HSL 0.73º 0.68% 0.47% -
HSV(B) 0.73º 0.81% 0.79% -
XYZ 25.47 14.21 3.24 -
YUV 88.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 202 40 38 0 0.80 0.81 0.21 0.73 0.68 0.47
Hex CA 28 26 0 50 51 15 1 44 2F
Octal 312 50 46 0 120 121 25 1 104 57
Binary 11001010 101000 100110 0 1010000 1010001 10101 1 1000100 101111

Color Harmonies of #CA2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2826

Black with #CA2826

Text Example


Text Example

White with #CA2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2826; }

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

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

background-color css

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

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

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

border-color css

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

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

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