Html Css Color HEX #CF2433 Cardinal

📋 copy color: '#CF2433'

red 207 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #CF2433

Tints of Cardinal #CF2433

RGB

 RED value IS 207 (81.25% from 255) = 70.41%

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

 BLUE value IS 51 (20.31% from 255) = 17.35%

R = 70.41%
G = 12.24%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF2433 (or 0xCF2433) is known color: Cardinal. HEX triplet: CF, 24 and 33. RGB value is (207,36,51). Sum of RGB (Red+Green+Blue) = 207+36+51=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2433 is #30DBCC. Grayscale: #585858. Windows color (decimal): -3201997 or 3351759. OLE color: 3351759.

HSL color Cylindrical-coordinate representation of color #CF2433: hue angle of 354.74º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2433 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 36 51 -
CMYK 0 0.83 0.75 0.19
HSL 354.74º 0.7% 0.48% -
HSV(B) 354.74º 0.83% 0.81% -
XYZ 26.96 14.77 4.56 -
YUV 88.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 207 36 51 0 0.83 0.75 0.19 354.74 0.7 0.48
Hex CF 24 33 0 53 4B 13 163 46 30
Octal 317 44 63 0 123 113 23 543 106 60
Binary 11001111 100100 110011 0 1010011 1001011 10011 101100011 1000110 110000

Color Harmonies of #CF2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2433

Black with #CF2433

Text Example


Text Example

White with #CF2433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2433; }

 p { color: rgb(207,36,51); }

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

background-color css

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

 a { background-color: rgb(207,36,51); }

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

border-color css

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

 span { border-color: rgb(207,36,51); }

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