Html Css Color HEX #CA2430 Cardinal

📋 copy color: '#CA2430'

red 202 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #CA2430

Tints of Cardinal #CA2430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 70.63%
G = 12.59%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA2430 (or 0xCA2430) is known color: Cardinal. HEX triplet: CA, 24 and 30. RGB value is (202,36,48). Sum of RGB (Red+Green+Blue) = 202+36+48=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2430 is #35DBCF. Grayscale: #575757. Windows color (decimal): -3529680 or 3155146. OLE color: 3155146.

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

Color convert

RGB 202 36 48 -
CMYK 0 0.82 0.76 0.21
HSL 355.66º 0.7% 0.47% -
HSV(B) 355.66º 0.82% 0.79% -
XYZ 25.52 14.03 4.16 -
YUV 87 106 210.02 -
System Red Green Blue C M Y K H S L
Decimal 202 36 48 0 0.82 0.76 0.21 355.66 0.7 0.47
Hex CA 24 30 0 52 4C 15 164 46 2F
Octal 312 44 60 0 122 114 25 544 106 57
Binary 11001010 100100 110000 0 1010010 1001100 10101 101100100 1000110 101111

Color Harmonies of #CA2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2430

Black with #CA2430

Text Example


Text Example

White with #CA2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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