Html Css Color HEX #C3024B Cardinal

📋 copy color: '#C3024B'

red 195 ◦ green 2 ◦ blue 75

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

Shades of Cardinal #C3024B

Tints of Cardinal #C3024B

RGB

 RED value IS 195 (76.56% from 255) = 71.69%

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 75 (29.69% from 255) = 27.57%

R = 71.69%
G = 0.74%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3024B (or 0xC3024B) is known color: Cardinal. HEX triplet: C3, 02 and 4B. RGB value is (195,2,75). Sum of RGB (Red+Green+Blue) = 195+2+75=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C3024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3024B is #3CFDB4. Grayscale: #434343. Windows color (decimal): -3997109 or 4915907. OLE color: 4915907.

HSL color Cylindrical-coordinate representation of color #C3024B: hue angle of 337.31º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3024B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 75 -
CMYK 0 0.99 0.62 0.24
HSL 337.31º 0.98% 0.39% -
HSV(B) 337.31º 0.99% 0.76% -
XYZ 23.8 12.15 7.75 -
YUV 68.03 131.94 218.56 -
System Red Green Blue C M Y K H S L
Decimal 195 2 75 0 0.99 0.62 0.24 337.31 0.98 0.39
Hex C3 2 4B 0 63 3E 18 151 62 27
Octal 303 2 113 0 143 76 30 521 142 47
Binary 11000011 10 1001011 0 1100011 111110 11000 101010001 1100010 100111

Color Harmonies of #C3024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3024B

Black with #C3024B

Text Example


Text Example

White with #C3024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3024B; }

 p { color: rgb(195,2,75); }

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

background-color css

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

 a { background-color: rgb(195,2,75); }

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

border-color css

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

 span { border-color: rgb(195,2,75); }

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