Html Css Color HEX #CA242F Cardinal

📋 copy color: '#CA242F'

red 202 ◦ green 36 ◦ blue 47

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

Shades of Cardinal #CA242F

Tints of Cardinal #CA242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 70.88%
G = 12.63%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA242F (or 0xCA242F) is known color: Cardinal. HEX triplet: CA, 24 and 2F. RGB value is (202,36,47). Sum of RGB (Red+Green+Blue) = 202+36+47=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA242F is #35DBD0. Grayscale: #575757. Windows color (decimal): -3529681 or 3089610. OLE color: 3089610.

HSL color Cylindrical-coordinate representation of color #CA242F: hue angle of 356.02º 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 #CA242F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 47 -
CMYK 0 0.82 0.77 0.21
HSL 356.02º 0.7% 0.47% -
HSV(B) 356.02º 0.82% 0.79% -
XYZ 25.5 14.02 4.05 -
YUV 86.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 202 36 47 0 0.82 0.77 0.21 356.02 0.7 0.47
Hex CA 24 2F 0 52 4D 15 164 46 2F
Octal 312 44 57 0 122 115 25 544 106 57
Binary 11001010 100100 101111 0 1010010 1001101 10101 101100100 1000110 101111

Color Harmonies of #CA242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA242F

Black with #CA242F

Text Example


Text Example

White with #CA242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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